home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishinstanceinstanceinfodetails.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.8 KB  |  55 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\instance.gif" height="16" width="16" alt="instance info"> Instance Info - Instance Details</h1>
  18.                     Use the <b>Instance Details</b> tab to view or modify the parameters you want to publish for this instance info.
  19.                     <UL>
  20.                         <li>
  21.                             <b>Instance Parameters:</b> Lists the parameters that are supported by this instance info.
  22.                         <ul>
  23.                             <li class="action">
  24.                                 Click <b>Edit</b> to edit the instance parameters for this instance info.
  25.                             </li>
  26.                         </ul>    
  27.                         </li>
  28.                         <li>
  29.                             <b>Description:</b> Lists descriptions of this instance parameter and the 
  30.                             language for which each description is written.
  31.                         </li>
  32.                         <ul>
  33.                             <li class="action">
  34.                                 Click <b>Add Description</b> to add a description.
  35.                             </li>
  36.                             <li class="action">
  37.                                 Click <b>Edit</b> to modify a description.
  38.                             </li>
  39.                             <li class="action">
  40.                                 Click <b>Delete</b> to delete a description.
  41.                             </li>
  42.                         </ul>
  43.                     </UL>
  44.                     <H3>More Information</H3>
  45.                     
  46.                         <!-- #include file = "glossary.instanceparameter.htm" -->
  47.                     
  48.                 </td>
  49.             </tr>
  50.         </table>
  51.         <!-- #include file = "publish.footer.htm" -->
  52.     </body>
  53. </html>
  54.  
  55.